ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / Insert Method / Insert(Int32,T) Method

In This Topic
    Insert(Int32,T) Method
    In This Topic
    Inserts a Page element into the PagesCollection at the specified index.
    Syntax
    'Declaration
     
    Public Overloads Sub Insert( _
       ByVal index As Integer, _
       ByVal value As T _
    ) 
    public void Insert( 
       int index,
       T value
    )

    Parameters

    index
    value
    See Also